home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CScrollList 1.0 / CScrollListDemo.rsrc / CScrollListDemo.rsrc.rsrc / STR#_2000.txt < prev    next >
Encoding:
Text File  |  1994-12-01  |  847 b   |  47 lines

  1. This is a CScrollList.
  2.  
  3.  
  4.  
  5. It is a replacement for CTable when you only need
  6.  
  7. a single column list with only one cell selected
  8.  
  9. at any one time.
  10.  
  11.  
  12.  
  13. CScrollList has four options:
  14.  
  15.  ‚Ä¢ Selectable - Individual items can be selected.
  16.  
  17.  ‚Ä¢ Checkable  - Each item can be checked or unchecked.
  18.  
  19.  ‚Ä¢ Dragable    - Items can be rearranged within the list.
  20.  
  21.  ‚Ä¢ Editable     - Items can be edited directly in the list.
  22.  
  23.  
  24.  
  25. This list has all four options enabled (try them).
  26.  
  27.  
  28.  
  29. To edit items, simply select one and hit <Enter>.
  30.  
  31. To add new items, select the item after which you
  32.  
  33.    wish the new on to appear and hit <Return>.
  34.  
  35. To remove items, select one and hit <Delete> or <Clear>.
  36.  
  37. Also, the up and down arrow keys scroll through the list,
  38.  
  39.    while cmd + up arrow moves to the top of the list, and
  40.  
  41.    cmd + down arrow moves to the bottom.
  42.  
  43.  
  44.  
  45. Enjoy!
  46.  
  47.